home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / action_fishing.swf / scripts / frame_1 / DoAction_3.as < prev    next >
Text File  |  2011-01-13  |  188b  |  7 lines

  1. if(_root.getBytesLoaded() >= _root.getBytesTotal())
  2. {
  3.    _root.gotoAndPlay("intro");
  4. }
  5. A = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  6. porcentajepre = Math.round(A) + "%";
  7.